home *** CD-ROM | disk | FTP | other *** search
- ## cscript_basic_test
- # This script will change based on whatever feature is currently being tested.
-
- {
- -name cscript_basic_test
- -start
- # -stop
- -action -cscript run handle "%TG.SAMPLE_CSCRIPT_DIR%hello_world.c"
- -action -cscript run handle "%TG.SAMPLE_CSCRIPT_DIR%show_args.c" arg1 arg2 arg3
- -action -cscript run handle "%TG.SAMPLE_CSCRIPT_DIR%env_test.c"
- -action -cscript parse "extern int printf(char *fmt, ...);char buff[128];buff[0]='H';buff[2]='e';buff[3]='l';buff[4]='l';buff[5]='o';buff[6]=' ';buff[7]='W';buff[8]='o';buff[9]='r';buff[10]='l';buff[11]='d';buff[12]=10;buff[13]=0;printf(buff);"
- # -action -cscript wait handle 0
- -action -inc 0 0 0 1
- }